PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setDisplayRectangle Method / setDisplayRectangle(PDFDisplayRectangle) Method
A com.o2sol.pdf4java.graphics.PDFDisplayRectangle object specifying the annotation position and size in display coordinates.
In This Topic
    setDisplayRectangle(PDFDisplayRectangle) Method
    In This Topic
    Sets the display rectangle of this annotation.
    Syntax
    public void setDisplayRectangle( 
       PDFDisplayRectangle displayRectangle
    )

    Parameters

    displayRectangle
    A com.o2sol.pdf4java.graphics.PDFDisplayRectangle object specifying the annotation position and size in display coordinates.
    Exceptions
    ExceptionDescription
    When displayRectangle is null
    See Also